Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Conversation

@masylum
Copy link
Contributor

@masylum masylum commented Nov 28, 2023

What kind of change does this PR introduce?

It fixes on_auth_state_change not be async. Somehow it got reverted on a refactor (e7ebc64)

What is the current behavior?

It was async.

What is the new behavior?

It's not async anymore.

Additional context

This causes problems when using the supabase client, since it's not being awaited: https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90

Somehow this got reverted on a refactor (supabase@e7ebc64)

This causes problems when using the supabase client, since it's not being awaited:
https://github.com/supabase-community/supabase-py/blob/main/supabase/_async/client.py#L90
@codecov
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fbddd6d) 45.37% compared to head (7548d02) 45.37%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #374   +/-   ##
=======================================
  Coverage   45.37%   45.37%           
=======================================
  Files          23       23           
  Lines        1955     1955           
=======================================
  Hits          887      887           
  Misses       1068     1068           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@silentworks silentworks merged commit 574c739 into supabase:main Nov 29, 2023
@silentworks
Copy link
Contributor

Thank you for this PR.

@masylum masylum deleted the patch-1 branch November 30, 2023 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants